home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1996 August
/
Electronic Clipper 1996 August.iso
/
ideasrc
/
gallery.dir
/
00171_Script_171
< prev
next >
Wrap
Text File
|
1996-07-16
|
234b
|
12 lines
on exitFrame
global gallery
if gallery = "slideshow" then
go the frame
else
puppetTransition 50, 1, 8, true
delay 150
end if
if not soundbusy (2) then
sound playFile (2), "again.aif"
end if
end